Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Java 11 Interview Questions and Answers

Question: What is HTTP Client (Standard) in Java 11?
Answer:

It standardizes Http Client API, in the java.net.http package, based upon the incubated API, and removed the incubated API. The new API supports both HTTP/1.1 and HTTP/2. It is designed to enhance the overall performance of sending requests by a client and receiving responses from the server. It also natively supports WebSockets.

Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook